win32 theme: Fix column headers
authorJaime Velasco Juan <jsagarribay@gmail.com>
Fri, 14 Oct 2016 11:16:57 +0000 (12:16 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 26 Oct 2016 14:25:49 +0000 (16:25 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=773221

gtk/theme/win32/gtk-win32-base.css

index 7578f2fe43cde2c25003bca3831ead61ccfc3b32..73ede3f9e194c9535d389d7c8fb4730d83bf0f31 100644 (file)
@@ -1139,22 +1139,22 @@ toolbar button:disabled {
 
 /* Column headers */
 
-column-header button,
-column-header button:focus {
+header button,
+header button:focus {
     background-color: transparent;
     border-width: 0;
     background-image: -gtk-win32-theme-part(header, 1, 1);
 }
 
-column-header button:hover,
-column-header button:hover:focus {
+header button:hover,
+header button:hover:focus {
     background-image: -gtk-win32-theme-part(header, 1, 2);
 }
 
-column-header button:active,
-column-header button:active:hover,
-column-header button:active:focus,
-column-header button:active:hover:focus {
+header button:active,
+header button:active:hover,
+header button:active:focus,
+header button:active:hover:focus {
     background-image: -gtk-win32-theme-part(header, 1, 3);
 }